$strChar = Chr ( <number>
)
Returns the character,
if given its ASCII code.
Parameters
<number>
The ASCII code for which the corresponding character to be returned.
Return Value
Returns the character
for the ASCII code.
Remarks
- In ASCII
code, numbers from 1 to 255 represent letters, numbers, punctuation marks,
and symbols. Any number outside this range will make the
function to return null.
Example